home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / HyperCard / USING APPS AS XCMDs / makefile < prev    next >
Makefile  |  1990-06-30  |  631b  |  29 lines

  1. #    makefile for the XXCMD XCMD
  2. #
  3. #
  4.  
  5. XXCMD    ƒ    XXCMD.p.o
  6.     Link XXCMD.p.o -m ENTRYPOINT -rt XCMD=6 -sg XXCMD=Main ∂
  7.         "{Libraries}"Interface.o ∂
  8.         "{Libraries}"HyperXLib.o ∂
  9.         "{PLibraries}"PasLib.o ∂
  10.         -o XXCMD -t rsrc -c RSED
  11.  
  12. XXCMD.p.o    ƒ    XXCMD.p HyperXXCmd.p
  13.     Pascal XXCMD.p -o XXCMD.p.o
  14.  
  15. xxcmd_shell.c.o    ƒ    xxcmd_shell.c HyperXXCmd.h
  16.     C xxcmd_shell.c -o xxcmd_shell.c.o
  17.  
  18. test    ƒ    test.c.o xxcmd_shell.c.o
  19.     Link -o test test.c.o ∂
  20.         "{Libraries}"Interface.o ∂
  21.         "{CLibraries}"CInterface.o ∂
  22.         "{CLibraries}"CRuntime.o ∂
  23.         "{CLibraries}"StdCLib.o ∂
  24.         "{Libraries}"HyperXLib.o ∂
  25.         xxcmd_shell.c.o
  26.  
  27. test.c.o    ƒ    test.c
  28.     C test.c -o test.c.o
  29.